![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Endian converters. More...
#include <arpa/inet.h>
#include <inttypes.h>
#include <netinet/in.h>
#include <sys/types.h>
Go to the source code of this file.
Namespaces | |
namespace | roc |
Root namespace. | |
namespace | roc::core |
Basic building blocks. | |
Functions | |
uint16_t | roc::core::ntoh16 (uint16_t v) |
Network to host (16 bits). More... | |
uint32_t | roc::core::ntoh32 (uint32_t v) |
Network to host (32 bits). More... | |
uint16_t | roc::core::hton16 (uint16_t v) |
Host to network (16 bits). More... | |
uint32_t | roc::core::hton32 (uint32_t v) |
Host to network (32 bits). More... | |
Endian converters.
Definition in file endian.h.